home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amigac / dice_c_demo / include / graphics / collide.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  410 b   |  25 lines

  1. #ifndef GRAPHICS_COLLIDE_H
  2. #define GRAPHICS_COLLIDE_H
  3. /*
  4. ** $Filename: graphics/collide.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 37.0 $
  7. ** $Date: 91/01/07 $
  8. **
  9. ** include file for collision detection and control
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15.  
  16. #define BORDERHIT 0
  17.  
  18.  
  19. #define TOPHIT 1
  20. #define BOTTOMHIT 2
  21. #define LEFTHIT 4
  22. #define RIGHTHIT 8
  23.  
  24. #endif 
  25.